Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / ItemDoubleTapped Property

In This Topic
    ItemDoubleTapped Property
    In This Topic
    Gets or sets the callback that will be called when an item is double tapped.
    Syntax
    'Declaration
     
    
    Public Property ItemDoubleTapped As EventHandler(Of ListViewInputEventArgs)
    public EventHandler<ListViewInputEventArgs> ItemDoubleTapped {get; set;}
    See Also